home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7783 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.0 KB

  1. Path: druid.borland.com!usenet
  2. From: pete@borland.com (Pete Becker)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: BC++ 5.0 and MFC?
  5. Date: 18 Feb 1996 23:08:04 GMT
  6. Organization: Borland International
  7. Message-ID: <4g8bgk$kf0@druid.borland.com>
  8. References: <4eavq1$gat@pendragon.jsc.nasa.gov> <4eooc7$e3d@dub-news-svc-1.compuserve.com> <4eqsiq$7oj@cmcl2.NYU.EDU> <4ficta$6gu@soap.news.pipex.net> <4g69nt$sfs@cloner2.ix.netcom.com>
  9. NNTP-Posting-Host: pbecker.borland.com
  10. Mime-Version: 1.0
  11. Content-Type: Text/Plain; charset=ISO-8859-1
  12. X-Newsreader: WinVN 0.99.5
  13.  
  14. In article <4g69nt$sfs@cloner2.ix.netcom.com>, aahenry@ix.netcom.com says...
  15. >
  16. >In article <4ficta$6gu@soap.news.pipex.net>, p.howson@auntie.bbcnc.org.uk 
  17. >writes...
  18. >>
  19. >>
  20. >>>This is true, but does anyone know what version of MFC BC5 will be able 
  21. >>to 
  22. >>>compile up to?  Theoretically, it should be able to handle any version, 
  23. >>am I 
  24. >>>wrong?  Will it be able to compile future versions?  I'm just 
  25. >>wondering...  I 
  26. >>>don't really know how the whole thing works  :-)
  27. >>>
  28. >>>bye.
  29. >>>chris.
  30. >>MFC versions 3.2 and 4.0 according to Borlands Web Page
  31. >>
  32. >
  33. >The ad I just recieved for it claims BC5.0 ships with a "compiler 
  34. >independant" patch of some form that must be applied to MFC (method 
  35. >undetailed) which the compiler needs.  That doesn't really sound like it is 
  36. >compatable, But it is a nice try.  (Go get 'em Borland)
  37. >
  38.  
  39. MFC relies on undocumented non-standard language extensions. Rather than guess 
  40. what these extensions are supposed to do (since they are most likely compiler 
  41. bugs, not deliberate features), we provide a patch program that modifies the 
  42. source code so that it still compiles with VC++ and is more portable. In 
  43. addition, it fixes obvious errors such as having a field named 'bool' in a 
  44. union.
  45.  
  46. >I am very curious about their STL support too.  I will not be happy if it 
  47. >doesn't compile the Oct 95 release of the STL.
  48. >
  49.  
  50. It compiles the release of STL that is integrated into the product. We haven't 
  51. tried it against any public domain versions of STL.
  52.  
  53.